Final Fantasy 3 (US/SNES), Final Fantasy 6 (JP/SFC), Final Fantasy 6 Advance (US,JP,EU/GBA)
Off Death Row Bug Fix patch

CONTENTS:
FF3-OffDeathRow-H.ips: The fix patch for a headered SNES ROM file. Apply to fix the Off Death Row Bug.
FF3-OffDeathRow-HR.ips: The reverse patch for a headered SNES ROM file. Apply to reverse all changes made by the previous patch.
FF3-OffDeathRow-HR-old.ips: The old reverse patch for a headered SNES ROM file. Apply to reverse all changes made by version 1.0 of this patch.
FF3-OffDeathRow-N.ips: The fix patch for a non-headered SNES ROM file. Apply to fix the Off Death Row Bug.
FF3-OffDeathRow-NR.ips: The reverse patch for a non-headered SNES ROM file. Apply to reverse all changes made by the previous patch.
FF3-OffDeathRow-NR-old.ips: The old reverse patch for a non-headered SNES ROM file. Apply to reverse all changes made by version 1.0 of this patch.
FF6-OffDeathRow-H.ips: The fix patch for a headered SFC ROM file. Apply to fix the Off Death Row Bug.
FF6-OffDeathRow-HR.ips: The reverse patch for a headered SFC ROM file. Apply to reverse all changes made by the previous patch.
FF6-OffDeathRow-HR-old.ips: The old reverse patch for a headered SFC ROM file. Apply to reverse all changes made by version 1.0 of this patch.
FF6-OffDeathRow-N.ips: The fix patch for a non-headered SFC ROM file. Apply to fix the Off Death Row Bug.
FF6-OffDeathRow-NR.ips: The reverse patch for a non-headered SFC ROM file. Apply to reverse all changes made by the previous patch.
FF6-OffDeathRow-NR-old.ips: The old reverse patch for a non-headered SFC ROM file. Apply to reverse all changes made by version 1.0 of this patch.
FF6A-OffDeathRow-U.ips: The fix patch for a US GBA ROM file. Apply to fix the Off Death Row Bug.
FF6A-OffDeathRow-UR.ips: The reverse patch for a US GBA ROM file. Apply to reverse all changes made by the previous patch.
FF6A-OffDeathRow-J.ips: The fix patch for a Japanese GBA ROM file. Apply to fix the Off Death Row Bug.
FF6A-OffDeathRow-JR.ips: The reverse patch for a Japanese GBA ROM file. Apply to reverse all changes made by the previous patch.
FF6A-OffDeathRow-E.ips: The fix patch for a European GBA ROM file. Apply to fix the Off Death Row Bug.
FF6A-OffDeathRow-ER.ips: The reverse patch for a European GBA ROM file. Apply to reverse all changes made by the previous patch.
readme.txt: This file.
Off Death Row.asm: An assembly format index of the code changes.
Off Death Row.rtf: A text format index of the code changes.

PATCH INFORMATION:
SNES patches work on version 1.0 or 1.1.
SFC patches work with RPGOne's translation version 1.2.

AFFECTED AREAS:
SNES: C2/5B04, C2/5BB2-C2/5BEF, C2/5BF7-C2/5BF8
SFC: C2/5AEC, C2/5B9A-C2/5BD7, C2/5BDF-C2/5BE0
GBA US: 080955CC-080955E7, 080955F8-080955FB
GBA JP: 080956A0-080856BB, 080956CC-080956CF
GBA EU: 08096064-0809607F, 08096090-08096093

URGENCY:
Low to none.

PURPOSE:
When an entity's Condemned countdown expires, that entity becomes subject to Doom. Once the entity dies, its Condemned status is cleared. However, there are situations where the entity doesn't die, namely if it is immune to Instant Death; for example, a party member with the Safety Bit or Memento Ring Relic equipped. However, in these situations, Condemned status is not cleared even though the countdown has passed. This bug forces Condemned status to be cleared immediately before Doom is called, regardless of whether or not the entity actually dies.

VERSION HISTORY:
v1.2 (January 29, 2018): Added GBA patches.

v1.1 (February 6, 2017): Rebuilt to no longer use free space.

v1.0 (August 27, 2015): Initial release.